home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / od-generic / sound.h < prev   
Text File  |  1998-01-20  |  703b  |  31 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * Support for the Mute sound system.
  5.   * 
  6.   * Copyright 1997 Bernd Schmidt
  7.   */
  8.  
  9. static __inline__ void check_sound_buffers (void)
  10. {
  11. }
  12.  
  13. /* Looks weird. I think I had a report once that some compiler chokes if
  14.  * the statement is empty. */
  15.  
  16. #define PUT_SOUND_BYTE(b) do { int i = 0; i++; } while (0)
  17. #define PUT_SOUND_WORD(b) do { int i = 0; i++; } while (0)
  18. #define SOUND16_BASE_VAL 0
  19. #define SOUND8_BASE_VAL 0
  20.  
  21. #define DEFAULT_SOUND_MINB 8192
  22. #define DEFAULT_SOUND_MAXB 8192
  23. #define DEFAULT_SOUND_BITS 16
  24. #define DEFAULT_SOUND_FREQ 44100
  25.  
  26. #define UNSUPPORTED_OPTION_B
  27. #define UNSUPPORTED_OPTION_R
  28. #define UNSUPPORTED_OPTION_b
  29. #define UNSUPPORTED_OPTION_S
  30.  
  31.